home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / edit / VE-primcolors.lha / notes / PrimaryColors.notes
Text File  |  1999-02-24  |  1KB  |  60 lines

  1.  
  2. Visual Engineering - Primary colors v1.67
  3. -----------------------------------------
  4.  
  5. Makes a colorful picture gray and then tints gray with a color.
  6.  
  7.  
  8.  
  9. You can call this script from your own scripts, too.
  10.  
  11.   address command "rexx:rx ie:arexx/PrimaryColors.rexx" pic check randombit
  12.  
  13.   -pic is the picture, which color you want change
  14.   -check is just a checkbit, so script knows it was called from
  15.    another script. Use '1'.
  16.   -randombit selects randomcolor for picture
  17.  
  18.  
  19.   Next lines return you the name of this new picture.
  20.  
  21.   PROJECT_LIST
  22.   xyz=result
  23.   pic=subword(xyz,1,1)
  24.  
  25.  
  26.  
  27.  
  28.  
  29. HISTORY
  30.  
  31. 1.67
  32.  
  33.   When script was called from other script, it would always pop up a
  34.   requester asking for color. Now it uses color last used.
  35.  
  36.  1.66
  37.  
  38.   Fixed a bug in code, which would cause it to output a picture
  39.   using color last used, when using random color.
  40.  
  41.  1.65
  42.  
  43.   History started
  44.  
  45.  
  46.  
  47.  
  48.  
  49. The archive, where this file came from, can be distributed using
  50. any kind of media (CD, Email, Net, BBS, FTP...), but contents of
  51. original archive must not be seperated from each other.
  52.  
  53.  
  54.  
  55. VISUAL ENGINEERING - graphical examples & more
  56.  
  57.  HTTP://wwnet.fi/users/smarko/ie/
  58.  
  59.  
  60.